LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)
LEAD Technologies, Inc

RegisterEventBroker<T>() Method







The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker interface.
Register a specific type to be created for a EventBroker object with a new WorkstationContainer.
Syntax
public static void RegisterEventBroker<T>()
where T: IWorkstationEventBroker
'Declaration
 
Public Overloads Shared Sub RegisterEventBroker(Of T As IWorkstationEventBroker)() 
'Usage
 
WorkstationContainer.RegisterEventBroker(Of T)()
public static void RegisterEventBroker<T>()where T: IWorkstationEventBroker
 function Leadtools.Medical.Workstation.WorkstationContainer.RegisterEventBroker``1()()
public: static void RegisterEventBroker<T>(); 
where T: IWorkstationEventBroker
public:
static void RegisterEventBrokergeneric<typename T>
(); 
where T: IWorkstationEventBroker

Type Parameters

T
The type of the instance to created. The type must implements the Leadtools.Medical.Workstation.Interfaces.IWorkstationEventBroker interface.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WorkstationContainer Class
WorkstationContainer Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.